Skip test_libarchive_ignore_device_file if we cannot write xattrs
authorSimon McVittie <smcv@debian.org>
Fri, 11 Mar 2016 09:09:48 +0000 (09:09 +0000)
committerColin Walters <walters@verbum.org>
Mon, 21 Mar 2016 17:02:49 +0000 (13:02 -0400)
commit0a7e12878216dd8943ff11c3f37172c3764a0438
treef5f74044ffef95b9883f5a25a0ed8cde4c7efea9
parent35f412c86af1767feec65290de0ca7aa3e57dccd
Skip test_libarchive_ignore_device_file if we cannot write xattrs

The test tries to get a filesystem that supports xattrs by writing
to /var/tmp, but in some automated build environments the entire
build chroot is on a tmpfs.

Signed-off-by: Simon McVittie <smcv@debian.org>
tests/test-libarchive-import.c